home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
komunikace
/
acehtml
/
acehtmlfreeware.exe
/
scriptdef
/
Up-Down Box.sd
< prev
next >
Wrap
INI File
|
2006-09-13
|
449b
|
21 lines
[SUBJECT]
Description=Allows you to increase and decrease the value in a textbox
ImageIndex=-1
Folder=Tools
[BODY_TEXT]
;<div align="center">
;<form>
;<input type="text" name="amount" value="`Initial_Value`">
;<input type="button" value="up" onClick="javascript:this.form.amount.value++;">
;<input type="button" value="down" onClick="javascript:this.form.amount.value--;">
;</form>
;</div>
;
[`Initial_Value`]
Kind=S
Value=6